Here is what I've done in
Programming Technique I class.
Programming Technique I
In this class, I've learnt a new pprogramming language which is C++. The programming language was rather shorter than Java that I used to learnt during matriculation. Besides, in this also I had learnt a new topic which does not cover during matriculation. For instance, pointers and structured data. The topic was new to new and I'm still trying to understand the topic.

Assignment 1
View my first assignment assigned by Dr. Eiliyah which me and my partner need to create a flowchart for the question given. The chart may be a bit confusing as we need to used other function for the calculation. The flowchart also used looping to ensure the track of calculation is recorded.

Assignment 2
Based on the first assignment that have been done, we are required to write a C++ code based on the flowchart that has been created. Same with the first assignment we need to defined a separate function for the calculation. I find it interesting as my code become more shorter as I just need to invoke the function that I already defined. View completed code in my GitHub.